Html Css Color HEX #33852F Japanese Laurel

📋 copy color: '#33852F'

red 51 ◦ green 133 ◦ blue 47

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

Shades of Japanese Laurel #33852F

Tints of Japanese Laurel #33852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.58%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 22.08%
G = 57.58%
B = 20.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#33852F (or 0x33852F) is known color: Japanese Laurel. HEX triplet: 33, 85 and 2F. RGB value is (51,133,47). Sum of RGB (Red+Green+Blue) = 51+133+47=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #33852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33852F is #CC7AD0. Grayscale: #626262. Windows color (decimal): -13400785 or 3114291. OLE color: 3114291.

HSL color Cylindrical-coordinate representation of color #33852F: hue angle of 117.21º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33852F is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 47 -
CMYK 0.62 0 0.65 0.48
HSL 117.21º 0.48% 0.35% -
HSV(B) 117.21º 0.65% 0.52% -
XYZ 10.27 17.68 5.56 -
YUV 98.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 51 133 47 0.62 0 0.65 0.48 117.21 0.48 0.35
Hex 33 85 2F 3E 0 41 30 75 30 23
Octal 63 205 57 76 0 101 60 165 60 43
Binary 110011 10000101 101111 111110 0 1000001 110000 1110101 110000 100011

Color Harmonies of #33852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33852F

Black with #33852F

Text Example


Text Example

White with #33852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33852F; }

 p { color: rgb(51,133,47); }

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

background-color css

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

 a { background-color: rgb(51,133,47); }

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

border-color css

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

 span { border-color: rgb(51,133,47); }

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