Html Css Color HEX #307D27 Japanese Laurel

📋 copy color: '#307D27'

red 48 ◦ green 125 ◦ blue 39

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

Shades of Japanese Laurel #307D27

Tints of Japanese Laurel #307D27

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.96%

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

R = 22.64%
G = 58.96%
B = 18.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#307D27 (or 0x307D27) is known color: Japanese Laurel. HEX triplet: 30, 7D and 27. RGB value is (48,125,39). Sum of RGB (Red+Green+Blue) = 48+125+39=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #307D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307D27 is #CF82D8. Grayscale: #5C5C5C. Windows color (decimal): -13599449 or 2587952. OLE color: 2587952.

HSL color Cylindrical-coordinate representation of color #307D27: hue angle of 113.72º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307D27 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 39 -
CMYK 0.62 0 0.69 0.51
HSL 113.72º 0.52% 0.32% -
HSV(B) 113.72º 0.69% 0.49% -
XYZ 8.92 15.44 4.43 -
YUV 92.17 97.99 96.49 -
System Red Green Blue C M Y K H S L
Decimal 48 125 39 0.62 0 0.69 0.51 113.72 0.52 0.32
Hex 30 7D 27 3E 0 45 33 72 34 20
Octal 60 175 47 76 0 105 63 162 64 40
Binary 110000 1111101 100111 111110 0 1000101 110011 1110010 110100 100000

Color Harmonies of #307D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D27

Black with #307D27

Text Example


Text Example

White with #307D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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