Html Css Color HEX #308136 Japanese Laurel

📋 copy color: '#308136'

red 48 ◦ green 129 ◦ blue 54

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

Shades of Japanese Laurel #308136

Tints of Japanese Laurel #308136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.84%

 BLUE value IS 54 (21.48% from 255) = 23.38%

R = 20.78%
G = 55.84%
B = 23.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#308136 (or 0x308136) is known color: Japanese Laurel. HEX triplet: 30, 81 and 36. RGB value is (48,129,54). Sum of RGB (Red+Green+Blue) = 48+129+54=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #308136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308136 is #CF7EC9. Grayscale: #606060. Windows color (decimal): -13598410 or 3572016. OLE color: 3572016.

HSL color Cylindrical-coordinate representation of color #308136: hue angle of 124.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308136 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 54 -
CMYK 0.63 0 0.58 0.49
HSL 124.44º 0.46% 0.35% -
HSV(B) 124.44º 0.63% 0.51% -
XYZ 9.74 16.6 6.18 -
YUV 96.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 48 129 54 0.63 0 0.58 0.49 124.44 0.46 0.35
Hex 30 81 36 3F 0 3A 31 7C 2E 23
Octal 60 201 66 77 0 72 61 174 56 43
Binary 110000 10000001 110110 111111 0 111010 110001 1111100 101110 100011

Color Harmonies of #308136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308136

Black with #308136

Text Example


Text Example

White with #308136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308136; }

 p { color: rgb(48,129,54); }

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

background-color css

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

 a { background-color: rgb(48,129,54); }

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

border-color css

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

 span { border-color: rgb(48,129,54); }

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