Html Css Color HEX #218130 Japanese Laurel

📋 copy color: '#218130'

red 33 ◦ green 129 ◦ blue 48

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

Shades of Japanese Laurel #218130

Tints of Japanese Laurel #218130

RGB

 RED value IS 33 (13.28% from 255) = 15.71%

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

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

R = 15.71%
G = 61.43%
B = 22.86%

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

#218130 (or 0x218130) is known color: Japanese Laurel. HEX triplet: 21, 81 and 30. RGB value is (33,129,48). Sum of RGB (Red+Green+Blue) = 33+129+48=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #218130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218130 is #DE7ECF. Grayscale: #5B5B5B. Windows color (decimal): -14581456 or 3178785. OLE color: 3178785.

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

Color convert

RGB 33 129 48 -
CMYK 0.74 0 0.63 0.49
HSL 129.38º 0.59% 0.32% -
HSV(B) 129.38º 0.74% 0.51% -
XYZ 9.01 16.24 5.46 -
YUV 91.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 33 129 48 0.74 0 0.63 0.49 129.38 0.59 0.32
Hex 21 81 30 4A 0 3F 31 81 3B 20
Octal 41 201 60 112 0 77 61 201 73 40
Binary 100001 10000001 110000 1001010 0 111111 110001 10000001 111011 100000

Color Harmonies of #218130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218130

Black with #218130

Text Example


Text Example

White with #218130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218130; }

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

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

background-color css

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

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

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

border-color css

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

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

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