Html Css Color HEX #306D25 Japanese Laurel

📋 copy color: '#306D25'

red 48 ◦ green 109 ◦ blue 37

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

Shades of Japanese Laurel #306D25

Tints of Japanese Laurel #306D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 24.74%
G = 56.19%
B = 19.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#306D25 (or 0x306D25) is known color: Japanese Laurel. HEX triplet: 30, 6D and 25. RGB value is (48,109,37). Sum of RGB (Red+Green+Blue) = 48+109+37=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #306D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D25 is #CF92DA. Grayscale: #525252. Windows color (decimal): -13603547 or 2452784. OLE color: 2452784.

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

Color convert

RGB 48 109 37 -
CMYK 0.56 0 0.66 0.57
HSL 110.83º 0.49% 0.29% -
HSV(B) 110.83º 0.66% 0.43% -
XYZ 7.02 11.7 3.64 -
YUV 82.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 48 109 37 0.56 0 0.66 0.57 110.83 0.49 0.29
Hex 30 6D 25 38 0 42 39 6F 31 1D
Octal 60 155 45 70 0 102 71 157 61 35
Binary 110000 1101101 100101 111000 0 1000010 111001 1101111 110001 11101

Color Harmonies of #306D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D25

Black with #306D25

Text Example


Text Example

White with #306D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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