Html Css Color HEX #306F2D Japanese Laurel

📋 copy color: '#306F2D'

red 48 ◦ green 111 ◦ blue 45

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

Shades of Japanese Laurel #306F2D

Tints of Japanese Laurel #306F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 23.53%
G = 54.41%
B = 22.06%

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

#306F2D (or 0x306F2D) is known color: Japanese Laurel. HEX triplet: 30, 6F and 2D. RGB value is (48,111,45). Sum of RGB (Red+Green+Blue) = 48+111+45=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2D is #CF90D2. Grayscale: #545454. Windows color (decimal): -13603027 or 2977584. OLE color: 2977584.

HSL color Cylindrical-coordinate representation of color #306F2D: hue angle of 117.27º degrees, saturation: 0.42, 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 #306F2D is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 45 -
CMYK 0.57 0 0.59 0.56
HSL 117.27º 0.42% 0.31% -
HSV(B) 117.27º 0.59% 0.44% -
XYZ 7.38 12.19 4.45 -
YUV 84.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 48 111 45 0.57 0 0.59 0.56 117.27 0.42 0.31
Hex 30 6F 2D 39 0 3B 38 75 2A 1F
Octal 60 157 55 71 0 73 70 165 52 37
Binary 110000 1101111 101101 111001 0 111011 111000 1110101 101010 11111

Color Harmonies of #306F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F2D

Black with #306F2D

Text Example


Text Example

White with #306F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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