Html Css Color HEX #306F2E Japanese Laurel

📋 copy color: '#306F2E'

red 48 ◦ green 111 ◦ blue 46

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

Shades of Japanese Laurel #306F2E

Tints of Japanese Laurel #306F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 23.41%
G = 54.15%
B = 22.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#306F2E (or 0x306F2E) is known color: Japanese Laurel. HEX triplet: 30, 6F and 2E. RGB value is (48,111,46). Sum of RGB (Red+Green+Blue) = 48+111+46=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2E is #CF90D1. Grayscale: #545454. Windows color (decimal): -13603026 or 3043120. OLE color: 3043120.

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

Color convert

RGB 48 111 46 -
CMYK 0.57 0 0.59 0.56
HSL 118.15º 0.41% 0.31% -
HSV(B) 118.15º 0.59% 0.44% -
XYZ 7.4 12.19 4.55 -
YUV 84.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 48 111 46 0.57 0 0.59 0.56 118.15 0.41 0.31
Hex 30 6F 2E 39 0 3B 38 76 29 1F
Octal 60 157 56 71 0 73 70 166 51 37
Binary 110000 1101111 101110 111001 0 111011 111000 1110110 101001 11111

Color Harmonies of #306F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F2E

Black with #306F2E

Text Example


Text Example

White with #306F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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