Html Css Color HEX #306D28 Japanese Laurel

📋 copy color: '#306D28'

red 48 ◦ green 109 ◦ blue 40

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

Shades of Japanese Laurel #306D28

Tints of Japanese Laurel #306D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.33%

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 24.37%
G = 55.33%
B = 20.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#306D28 (or 0x306D28) is known color: Japanese Laurel. HEX triplet: 30, 6D and 28. RGB value is (48,109,40). Sum of RGB (Red+Green+Blue) = 48+109+40=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #306D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D28 is #CF92D7. Grayscale: #535353. Windows color (decimal): -13603544 or 2649392. OLE color: 2649392.

HSL color Cylindrical-coordinate representation of color #306D28: hue angle of 113.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306D28 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 109 40 -
CMYK 0.56 0 0.63 0.57
HSL 113.04º 0.46% 0.29% -
HSV(B) 113.04º 0.63% 0.43% -
XYZ 7.07 11.72 3.9 -
YUV 82.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 48 109 40 0.56 0 0.63 0.57 113.04 0.46 0.29
Hex 30 6D 28 38 0 3F 39 71 2E 1D
Octal 60 155 50 70 0 77 71 161 56 35
Binary 110000 1101101 101000 111000 0 111111 111001 1110001 101110 11101

Color Harmonies of #306D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D28

Black with #306D28

Text Example


Text Example

White with #306D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,40); }

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

background-color css

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

 a { background-color: rgb(48,109,40); }

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

border-color css

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

 span { border-color: rgb(48,109,40); }

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