Html Css Color HEX #33812C Japanese Laurel

📋 copy color: '#33812C'

red 51 ◦ green 129 ◦ blue 44

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

Shades of Japanese Laurel #33812C

Tints of Japanese Laurel #33812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.59%

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 22.77%
G = 57.59%
B = 19.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#33812C (or 0x33812C) is known color: Japanese Laurel. HEX triplet: 33, 81 and 2C. RGB value is (51,129,44). Sum of RGB (Red+Green+Blue) = 51+129+44=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #33812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33812C is #CC7ED3. Grayscale: #606060. Windows color (decimal): -13401812 or 2916659. OLE color: 2916659.

HSL color Cylindrical-coordinate representation of color #33812C: hue angle of 115.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33812C is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 44 -
CMYK 0.60 0 0.66 0.49
HSL 115.06º 0.49% 0.34% -
HSV(B) 115.06º 0.66% 0.51% -
XYZ 9.67 16.59 5.07 -
YUV 95.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 51 129 44 0.60 0 0.66 0.49 115.06 0.49 0.34
Hex 33 81 2C 3C 0 42 31 73 31 22
Octal 63 201 54 74 0 102 61 163 61 42
Binary 110011 10000001 101100 111100 0 1000010 110001 1110011 110001 100010

Color Harmonies of #33812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33812C

Black with #33812C

Text Example


Text Example

White with #33812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33812C; }

 p { color: rgb(51,129,44); }

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

background-color css

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

 a { background-color: rgb(51,129,44); }

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

border-color css

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

 span { border-color: rgb(51,129,44); }

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