Html Css Color HEX #307F2A Japanese Laurel

📋 copy color: '#307F2A'

red 48 ◦ green 127 ◦ blue 42

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

Shades of Japanese Laurel #307F2A

Tints of Japanese Laurel #307F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.35%

R = 22.12%
G = 58.53%
B = 19.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#307F2A (or 0x307F2A) is known color: Japanese Laurel. HEX triplet: 30, 7F and 2A. RGB value is (48,127,42). Sum of RGB (Red+Green+Blue) = 48+127+42=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #307F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F2A is #CF80D5. Grayscale: #5D5D5D. Windows color (decimal): -13598934 or 2785072. OLE color: 2785072.

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

Color convert

RGB 48 127 42 -
CMYK 0.62 0 0.67 0.50
HSL 115.76º 0.5% 0.33% -
HSV(B) 115.76º 0.67% 0.5% -
XYZ 9.23 15.97 4.79 -
YUV 93.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 48 127 42 0.62 0 0.67 0.50 115.76 0.5 0.33
Hex 30 7F 2A 3E 0 43 32 74 32 21
Octal 60 177 52 76 0 103 62 164 62 41
Binary 110000 1111111 101010 111110 0 1000011 110010 1110100 110010 100001

Color Harmonies of #307F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F2A

Black with #307F2A

Text Example


Text Example

White with #307F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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