Html Css Color HEX #338030 Japanese Laurel

📋 copy color: '#338030'

red 51 ◦ green 128 ◦ blue 48

#338030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #338030

Tints of Japanese Laurel #338030

RGB

 RED value IS 51 (20.31% from 255) = 22.47%

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 22.47%
G = 56.39%
B = 21.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338030 (or 0x338030) is known color: Japanese Laurel. HEX triplet: 33, 80 and 30. RGB value is (51,128,48). Sum of RGB (Red+Green+Blue) = 51+128+48=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #338030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338030 is #CC7FCF. Grayscale: #606060. Windows color (decimal): -13402064 or 3178547. OLE color: 3178547.

HSL color Cylindrical-coordinate representation of color #338030: hue angle of 117.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338030 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 48 -
CMYK 0.60 0 0.62 0.50
HSL 117.75º 0.45% 0.35% -
HSV(B) 117.75º 0.63% 0.5% -
XYZ 9.62 16.36 5.45 -
YUV 95.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 51 128 48 0.60 0 0.62 0.50 117.75 0.45 0.35
Hex 33 80 30 3C 0 3E 32 76 2D 23
Octal 63 200 60 74 0 76 62 166 55 43
Binary 110011 10000000 110000 111100 0 111110 110010 1110110 101101 100011

Color Harmonies of #338030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338030

Black with #338030

Text Example


Text Example

White with #338030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338030; }

 p { color: rgb(51,128,48); }

 H1.HeaderClassName
 {
   color: #338030;
 }
 .AnyTagClassName
 {
   color: #338030;
 }
</style>

background-color css

<style>
 a { background-color: #338030; }

 a { background-color: rgb(51,128,48); }

 div.DivClassName
 {
   background-color: #338030;
 }
 .BgClassName
 {
   background-color: #338030;
 }
</style>

border-color css

<style>
 span { border-color: #338030; }

 span { border-color: rgb(51,128,48); }

 td.TdClassName
 {
   border-color: #338030;
 }
 .TagClassName
 {
   border-color: #338030;
 }
</style>