Html Css Color HEX #307F28 Japanese Laurel

📋 copy color: '#307F28'

red 48 ◦ green 127 ◦ blue 40

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

Shades of Japanese Laurel #307F28

Tints of Japanese Laurel #307F28

RGB

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

 GREEN value IS 127 (50% from 255) = 59.07%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 22.33%
G = 59.07%
B = 18.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#307F28 (or 0x307F28) is known color: Japanese Laurel. HEX triplet: 30, 7F and 28. RGB value is (48,127,40). Sum of RGB (Red+Green+Blue) = 48+127+40=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #307F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F28 is #CF80D7. Grayscale: #5D5D5D. Windows color (decimal): -13598936 or 2654000. OLE color: 2654000.

HSL color Cylindrical-coordinate representation of color #307F28: hue angle of 114.48º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307F28 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 40 -
CMYK 0.62 0 0.69 0.50
HSL 114.48º 0.52% 0.33% -
HSV(B) 114.48º 0.69% 0.5% -
XYZ 9.19 15.96 4.6 -
YUV 93.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 48 127 40 0.62 0 0.69 0.50 114.48 0.52 0.33
Hex 30 7F 28 3E 0 45 32 72 34 21
Octal 60 177 50 76 0 105 62 162 64 41
Binary 110000 1111111 101000 111110 0 1000101 110010 1110010 110100 100001

Color Harmonies of #307F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F28

Black with #307F28

Text Example


Text Example

White with #307F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,40); }

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

background-color css

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

 a { background-color: rgb(48,127,40); }

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

border-color css

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

 span { border-color: rgb(48,127,40); }

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