Html Css Color HEX #307228 Japanese Laurel

📋 copy color: '#307228'

red 48 ◦ green 114 ◦ blue 40

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

Shades of Japanese Laurel #307228

Tints of Japanese Laurel #307228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

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

R = 23.76%
G = 56.44%
B = 19.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#307228 (or 0x307228) is known color: Japanese Laurel. HEX triplet: 30, 72 and 28. RGB value is (48,114,40). Sum of RGB (Red+Green+Blue) = 48+114+40=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #307228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307228 is #CF8DD7. Grayscale: #565656. Windows color (decimal): -13602264 or 2650672. OLE color: 2650672.

HSL color Cylindrical-coordinate representation of color #307228: hue angle of 113.51º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307228 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 40 -
CMYK 0.58 0 0.65 0.55
HSL 113.51º 0.48% 0.3% -
HSV(B) 113.51º 0.65% 0.45% -
XYZ 7.62 12.82 4.08 -
YUV 85.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 48 114 40 0.58 0 0.65 0.55 113.51 0.48 0.3
Hex 30 72 28 3A 0 41 37 72 30 1E
Octal 60 162 50 72 0 101 67 162 60 36
Binary 110000 1110010 101000 111010 0 1000001 110111 1110010 110000 11110

Color Harmonies of #307228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307228

Black with #307228

Text Example


Text Example

White with #307228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307228; }

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

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

background-color css

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

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

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

border-color css

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

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

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