Html Css Color HEX #306F2B Japanese Laurel

📋 copy color: '#306F2B'

red 48 ◦ green 111 ◦ blue 43

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

Shades of Japanese Laurel #306F2B

Tints of Japanese Laurel #306F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 23.76%
G = 54.95%
B = 21.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#306F2B (or 0x306F2B) is known color: Japanese Laurel. HEX triplet: 30, 6F and 2B. RGB value is (48,111,43). Sum of RGB (Red+Green+Blue) = 48+111+43=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2B is #CF90D4. Grayscale: #545454. Windows color (decimal): -13603029 or 2846512. OLE color: 2846512.

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

Color convert

RGB 48 111 43 -
CMYK 0.57 0 0.61 0.56
HSL 115.59º 0.44% 0.3% -
HSV(B) 115.59º 0.61% 0.44% -
XYZ 7.34 12.17 4.25 -
YUV 84.41 104.63 102.03 -
System Red Green Blue C M Y K H S L
Decimal 48 111 43 0.57 0 0.61 0.56 115.59 0.44 0.3
Hex 30 6F 2B 39 0 3D 38 74 2C 1E
Octal 60 157 53 71 0 75 70 164 54 36
Binary 110000 1101111 101011 111001 0 111101 111000 1110100 101100 11110

Color Harmonies of #306F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F2B

Black with #306F2B

Text Example


Text Example

White with #306F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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