Html Css Color HEX #307226 Japanese Laurel

📋 copy color: '#307226'

red 48 ◦ green 114 ◦ blue 38

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

Shades of Japanese Laurel #307226

Tints of Japanese Laurel #307226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19%

R = 24%
G = 57%
B = 19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#307226 (or 0x307226) is known color: Japanese Laurel. HEX triplet: 30, 72 and 26. RGB value is (48,114,38). Sum of RGB (Red+Green+Blue) = 48+114+38=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #307226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307226 is #CF8DD9. Grayscale: #555555. Windows color (decimal): -13602266 or 2519600. OLE color: 2519600.

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

Color convert

RGB 48 114 38 -
CMYK 0.58 0 0.67 0.55
HSL 112.11º 0.5% 0.3% -
HSV(B) 112.11º 0.67% 0.45% -
XYZ 7.59 12.8 3.91 -
YUV 85.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 48 114 38 0.58 0 0.67 0.55 112.11 0.5 0.3
Hex 30 72 26 3A 0 43 37 70 32 1E
Octal 60 162 46 72 0 103 67 160 62 36
Binary 110000 1110010 100110 111010 0 1000011 110111 1110000 110010 11110

Color Harmonies of #307226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307226

Black with #307226

Text Example


Text Example

White with #307226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307226; }

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

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

background-color css

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

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

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

border-color css

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

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

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