Html Css Color HEX #308236 Japanese Laurel

📋 copy color: '#308236'

red 48 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #308236

Tints of Japanese Laurel #308236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

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

R = 20.69%
G = 56.03%
B = 23.28%

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

#308236 (or 0x308236) is known color: Japanese Laurel. HEX triplet: 30, 82 and 36. RGB value is (48,130,54). Sum of RGB (Red+Green+Blue) = 48+130+54=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #308236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308236 is #CF7DC9. Grayscale: #616161. Windows color (decimal): -13598154 or 3572272. OLE color: 3572272.

HSL color Cylindrical-coordinate representation of color #308236: hue angle of 124.39º 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 #308236 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 54 -
CMYK 0.63 0 0.58 0.49
HSL 124.39º 0.46% 0.35% -
HSV(B) 124.39º 0.63% 0.51% -
XYZ 9.87 16.86 6.22 -
YUV 96.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 48 130 54 0.63 0 0.58 0.49 124.39 0.46 0.35
Hex 30 82 36 3F 0 3A 31 7C 2E 23
Octal 60 202 66 77 0 72 61 174 56 43
Binary 110000 10000010 110110 111111 0 111010 110001 1111100 101110 100011

Color Harmonies of #308236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308236

Black with #308236

Text Example


Text Example

White with #308236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308236; }

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

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

background-color css

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

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

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

border-color css

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

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

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