Html Css Color HEX #306D2A Japanese Laurel

📋 copy color: '#306D2A'

red 48 ◦ green 109 ◦ blue 42

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

Shades of Japanese Laurel #306D2A

Tints of Japanese Laurel #306D2A

RGB

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

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

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

R = 24.12%
G = 54.77%
B = 21.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#306D2A (or 0x306D2A) is known color: Japanese Laurel. HEX triplet: 30, 6D and 2A. RGB value is (48,109,42). Sum of RGB (Red+Green+Blue) = 48+109+42=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #306D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D2A is #CF92D5. Grayscale: #535353. Windows color (decimal): -13603542 or 2780464. OLE color: 2780464.

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

Color convert

RGB 48 109 42 -
CMYK 0.56 0 0.61 0.57
HSL 114.63º 0.44% 0.3% -
HSV(B) 114.63º 0.61% 0.43% -
XYZ 7.11 11.73 4.08 -
YUV 83.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 48 109 42 0.56 0 0.61 0.57 114.63 0.44 0.3
Hex 30 6D 2A 38 0 3D 39 73 2C 1E
Octal 60 155 52 70 0 75 71 163 54 36
Binary 110000 1101101 101010 111000 0 111101 111001 1110011 101100 11110

Color Harmonies of #306D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D2A

Black with #306D2A

Text Example


Text Example

White with #306D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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