Html Css Color HEX #228130 Japanese Laurel

📋 copy color: '#228130'

red 34 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #228130

Tints of Japanese Laurel #228130

RGB

 RED value IS 34 (13.67% from 255) = 16.11%

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

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 16.11%
G = 61.14%
B = 22.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#228130 (or 0x228130) is known color: Japanese Laurel. HEX triplet: 22, 81 and 30. RGB value is (34,129,48). Sum of RGB (Red+Green+Blue) = 34+129+48=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #228130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228130 is #DD7ECF. Grayscale: #5B5B5B. Windows color (decimal): -14515920 or 3178786. OLE color: 3178786.

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

Color convert

RGB 34 129 48 -
CMYK 0.74 0 0.63 0.49
HSL 128.84º 0.58% 0.32% -
HSV(B) 128.84º 0.74% 0.51% -
XYZ 9.04 16.25 5.46 -
YUV 91.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 34 129 48 0.74 0 0.63 0.49 128.84 0.58 0.32
Hex 22 81 30 4A 0 3F 31 81 3A 20
Octal 42 201 60 112 0 77 61 201 72 40
Binary 100010 10000001 110000 1001010 0 111111 110001 10000001 111010 100000

Color Harmonies of #228130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228130

Black with #228130

Text Example


Text Example

White with #228130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228130; }

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

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

background-color css

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

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

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

border-color css

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

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

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