Html Css Color HEX #307D29 Japanese Laurel

📋 copy color: '#307D29'

red 48 ◦ green 125 ◦ blue 41

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

Shades of Japanese Laurel #307D29

Tints of Japanese Laurel #307D29

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.41%

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

R = 22.43%
G = 58.41%
B = 19.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#307D29 (or 0x307D29) is known color: Japanese Laurel. HEX triplet: 30, 7D and 29. RGB value is (48,125,41). Sum of RGB (Red+Green+Blue) = 48+125+41=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #307D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307D29 is #CF82D6. Grayscale: #5C5C5C. Windows color (decimal): -13599447 or 2719024. OLE color: 2719024.

HSL color Cylindrical-coordinate representation of color #307D29: hue angle of 115º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307D29 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 41 -
CMYK 0.62 0 0.67 0.51
HSL 115º 0.51% 0.33% -
HSV(B) 115º 0.67% 0.49% -
XYZ 8.95 15.46 4.61 -
YUV 92.4 98.99 96.33 -
System Red Green Blue C M Y K H S L
Decimal 48 125 41 0.62 0 0.67 0.51 115 0.51 0.33
Hex 30 7D 29 3E 0 43 33 73 33 21
Octal 60 175 51 76 0 103 63 163 63 41
Binary 110000 1111101 101001 111110 0 1000011 110011 1110011 110011 100001

Color Harmonies of #307D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D29

Black with #307D29

Text Example


Text Example

White with #307D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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