Html Css Color HEX #307239 Japanese Laurel

📋 copy color: '#307239'

red 48 ◦ green 114 ◦ blue 57

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

Shades of Japanese Laurel #307239

Tints of Japanese Laurel #307239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 21.92%
G = 52.05%
B = 26.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#307239 (or 0x307239) is known color: Japanese Laurel. HEX triplet: 30, 72 and 39. RGB value is (48,114,57). Sum of RGB (Red+Green+Blue) = 48+114+57=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #307239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307239 is #CF8DC6. Grayscale: #575757. Windows color (decimal): -13602247 or 3764784. OLE color: 3764784.

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

Color convert

RGB 48 114 57 -
CMYK 0.58 0 0.50 0.55
HSL 128.18º 0.41% 0.32% -
HSV(B) 128.18º 0.58% 0.45% -
XYZ 7.97 12.96 5.95 -
YUV 87.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 48 114 57 0.58 0 0.50 0.55 128.18 0.41 0.32
Hex 30 72 39 3A 0 32 37 80 29 20
Octal 60 162 71 72 0 62 67 200 51 40
Binary 110000 1110010 111001 111010 0 110010 110111 10000000 101001 100000

Color Harmonies of #307239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307239

Black with #307239

Text Example


Text Example

White with #307239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307239; }

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

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

background-color css

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

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

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

border-color css

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

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

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