Html Css Color HEX #307629 Japanese Laurel

📋 copy color: '#307629'

red 48 ◦ green 118 ◦ blue 41

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

Shades of Japanese Laurel #307629

Tints of Japanese Laurel #307629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57%

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

R = 23.19%
G = 57%
B = 19.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#307629 (or 0x307629) is known color: Japanese Laurel. HEX triplet: 30, 76 and 29. RGB value is (48,118,41). Sum of RGB (Red+Green+Blue) = 48+118+41=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #307629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307629 is #CF89D6. Grayscale: #585858. Windows color (decimal): -13601239 or 2717232. OLE color: 2717232.

HSL color Cylindrical-coordinate representation of color #307629: hue angle of 114.55º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307629 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 41 -
CMYK 0.59 0 0.65 0.54
HSL 114.55º 0.48% 0.31% -
HSV(B) 114.55º 0.65% 0.46% -
XYZ 8.1 13.75 4.32 -
YUV 88.29 101.31 99.26 -
System Red Green Blue C M Y K H S L
Decimal 48 118 41 0.59 0 0.65 0.54 114.55 0.48 0.31
Hex 30 76 29 3B 0 41 36 73 30 1F
Octal 60 166 51 73 0 101 66 163 60 37
Binary 110000 1110110 101001 111011 0 1000001 110110 1110011 110000 11111

Color Harmonies of #307629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307629

Black with #307629

Text Example


Text Example

White with #307629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307629; }

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

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

background-color css

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

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

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

border-color css

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

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

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