Html Css Color HEX #308128 Japanese Laurel

📋 copy color: '#308128'

red 48 ◦ green 129 ◦ blue 40

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

Shades of Japanese Laurel #308128

Tints of Japanese Laurel #308128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 22.12%
G = 59.45%
B = 18.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#308128 (or 0x308128) is known color: Japanese Laurel. HEX triplet: 30, 81 and 28. RGB value is (48,129,40). Sum of RGB (Red+Green+Blue) = 48+129+40=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #308128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308128 is #CF7ED7. Grayscale: #5E5E5E. Windows color (decimal): -13598424 or 2654512. OLE color: 2654512.

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

Color convert

RGB 48 129 40 -
CMYK 0.63 0 0.69 0.49
HSL 114.61º 0.53% 0.33% -
HSV(B) 114.61º 0.69% 0.51% -
XYZ 9.45 16.48 4.69 -
YUV 94.64 97.16 94.74 -
System Red Green Blue C M Y K H S L
Decimal 48 129 40 0.63 0 0.69 0.49 114.61 0.53 0.33
Hex 30 81 28 3F 0 45 31 73 35 21
Octal 60 201 50 77 0 105 61 163 65 41
Binary 110000 10000001 101000 111111 0 1000101 110001 1110011 110101 100001

Color Harmonies of #308128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308128

Black with #308128

Text Example


Text Example

White with #308128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308128; }

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

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

background-color css

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

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

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

border-color css

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

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

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