Html Css Color HEX #307F2C Japanese Laurel

📋 copy color: '#307F2C'

red 48 ◦ green 127 ◦ blue 44

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

Shades of Japanese Laurel #307F2C

Tints of Japanese Laurel #307F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 21.92%
G = 57.99%
B = 20.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#307F2C (or 0x307F2C) is known color: Japanese Laurel. HEX triplet: 30, 7F and 2C. RGB value is (48,127,44). Sum of RGB (Red+Green+Blue) = 48+127+44=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #307F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F2C is #CF80D3. Grayscale: #5E5E5E. Windows color (decimal): -13598932 or 2916144. OLE color: 2916144.

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

Color convert

RGB 48 127 44 -
CMYK 0.62 0 0.65 0.50
HSL 117.11º 0.49% 0.34% -
HSV(B) 117.11º 0.65% 0.5% -
XYZ 9.26 15.99 4.98 -
YUV 93.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 48 127 44 0.62 0 0.65 0.50 117.11 0.49 0.34
Hex 30 7F 2C 3E 0 41 32 75 31 22
Octal 60 177 54 76 0 101 62 165 61 42
Binary 110000 1111111 101100 111110 0 1000001 110010 1110101 110001 100010

Color Harmonies of #307F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F2C

Black with #307F2C

Text Example


Text Example

White with #307F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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