Html Css Color HEX #308232 Japanese Laurel

📋 copy color: '#308232'

red 48 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #308232

Tints of Japanese Laurel #308232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 21.05%
G = 57.02%
B = 21.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#308232 (or 0x308232) is known color: Japanese Laurel. HEX triplet: 30, 82 and 32. RGB value is (48,130,50). Sum of RGB (Red+Green+Blue) = 48+130+50=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #308232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308232 is #CF7DCD. Grayscale: #606060. Windows color (decimal): -13598158 or 3310128. OLE color: 3310128.

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

Color convert

RGB 48 130 50 -
CMYK 0.63 0 0.62 0.49
HSL 121.46º 0.46% 0.35% -
HSV(B) 121.46º 0.63% 0.51% -
XYZ 9.78 16.82 5.75 -
YUV 96.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 48 130 50 0.63 0 0.62 0.49 121.46 0.46 0.35
Hex 30 82 32 3F 0 3E 31 79 2E 23
Octal 60 202 62 77 0 76 61 171 56 43
Binary 110000 10000010 110010 111111 0 111110 110001 1111001 101110 100011

Color Harmonies of #308232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308232

Black with #308232

Text Example


Text Example

White with #308232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308232; }

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

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

background-color css

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

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

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

border-color css

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

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

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