Html Css Color HEX #307127 Japanese Laurel

📋 copy color: '#307127'

red 48 ◦ green 113 ◦ blue 39

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

Shades of Japanese Laurel #307127

Tints of Japanese Laurel #307127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

 BLUE value IS 39 (15.63% from 255) = 19.5%

R = 24%
G = 56.5%
B = 19.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#307127 (or 0x307127) is known color: Japanese Laurel. HEX triplet: 30, 71 and 27. RGB value is (48,113,39). Sum of RGB (Red+Green+Blue) = 48+113+39=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #307127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307127 is #CF8ED8. Grayscale: #555555. Windows color (decimal): -13602521 or 2584880. OLE color: 2584880.

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

Color convert

RGB 48 113 39 -
CMYK 0.58 0 0.65 0.56
HSL 112.7º 0.49% 0.3% -
HSV(B) 112.7º 0.65% 0.44% -
XYZ 7.49 12.59 3.95 -
YUV 85.13 101.97 101.52 -
System Red Green Blue C M Y K H S L
Decimal 48 113 39 0.58 0 0.65 0.56 112.7 0.49 0.3
Hex 30 71 27 3A 0 41 38 71 31 1E
Octal 60 161 47 72 0 101 70 161 61 36
Binary 110000 1110001 100111 111010 0 1000001 111000 1110001 110001 11110

Color Harmonies of #307127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307127

Black with #307127

Text Example


Text Example

White with #307127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307127; }

 p { color: rgb(48,113,39); }

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

background-color css

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

 a { background-color: rgb(48,113,39); }

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

border-color css

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

 span { border-color: rgb(48,113,39); }

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