Html Css Color HEX #307229 Japanese Laurel

📋 copy color: '#307229'

red 48 ◦ green 114 ◦ blue 41

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

Shades of Japanese Laurel #307229

Tints of Japanese Laurel #307229

RGB

 RED value IS 48 (19.14% from 255) = 23.65%

 GREEN value IS 114 (44.92% from 255) = 56.16%

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 23.65%
G = 56.16%
B = 20.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#307229 (or 0x307229) is known color: Japanese Laurel. HEX triplet: 30, 72 and 29. RGB value is (48,114,41). Sum of RGB (Red+Green+Blue) = 48+114+41=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #307229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307229 is #CF8DD6. Grayscale: #565656. Windows color (decimal): -13602263 or 2716208. OLE color: 2716208.

HSL color Cylindrical-coordinate representation of color #307229: hue angle of 114.25º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307229 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 41 -
CMYK 0.58 0 0.64 0.55
HSL 114.25º 0.47% 0.3% -
HSV(B) 114.25º 0.64% 0.45% -
XYZ 7.64 12.82 4.17 -
YUV 85.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 48 114 41 0.58 0 0.64 0.55 114.25 0.47 0.3
Hex 30 72 29 3A 0 40 37 72 2F 1E
Octal 60 162 51 72 0 100 67 162 57 36
Binary 110000 1110010 101001 111010 0 1000000 110111 1110010 101111 11110

Color Harmonies of #307229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307229

Black with #307229

Text Example


Text Example

White with #307229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307229; }

 p { color: rgb(48,114,41); }

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

background-color css

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

 a { background-color: rgb(48,114,41); }

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

border-color css

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

 span { border-color: rgb(48,114,41); }

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