Html Css Color HEX #306F2A Japanese Laurel

📋 copy color: '#306F2A'

red 48 ◦ green 111 ◦ blue 42

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

Shades of Japanese Laurel #306F2A

Tints of Japanese Laurel #306F2A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.22%

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

R = 23.88%
G = 55.22%
B = 20.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#306F2A (or 0x306F2A) is known color: Japanese Laurel. HEX triplet: 30, 6F and 2A. RGB value is (48,111,42). Sum of RGB (Red+Green+Blue) = 48+111+42=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2A is #CF90D5. Grayscale: #545454. Windows color (decimal): -13603030 or 2780976. OLE color: 2780976.

HSL color Cylindrical-coordinate representation of color #306F2A: hue angle of 114.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306F2A is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 42 -
CMYK 0.57 0 0.62 0.56
HSL 114.78º 0.45% 0.3% -
HSV(B) 114.78º 0.62% 0.44% -
XYZ 7.32 12.16 4.15 -
YUV 84.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 48 111 42 0.57 0 0.62 0.56 114.78 0.45 0.3
Hex 30 6F 2A 39 0 3E 38 73 2D 1E
Octal 60 157 52 71 0 76 70 163 55 36
Binary 110000 1101111 101010 111001 0 111110 111000 1110011 101101 11110

Color Harmonies of #306F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F2A

Black with #306F2A

Text Example


Text Example

White with #306F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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