Html Css Color HEX #2C822B Japanese Laurel

📋 copy color: '#2C822B'

red 44 ◦ green 130 ◦ blue 43

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

Shades of Japanese Laurel #2C822B

Tints of Japanese Laurel #2C822B

RGB

 RED value IS 44 (17.58% from 255) = 20.28%

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

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 20.28%
G = 59.91%
B = 19.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#2C822B (or 0x2C822B) is known color: Japanese Laurel. HEX triplet: 2C, 82 and 2B. RGB value is (44,130,43). Sum of RGB (Red+Green+Blue) = 44+130+43=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #2C822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C822B is #D37DD4. Grayscale: #5E5E5E. Windows color (decimal): -13860309 or 2851372. OLE color: 2851372.

HSL color Cylindrical-coordinate representation of color #2C822B: hue angle of 119.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C822B is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 130 43 -
CMYK 0.66 0 0.67 0.49
HSL 119.31º 0.5% 0.34% -
HSV(B) 119.31º 0.67% 0.51% -
XYZ 9.46 16.68 5.01 -
YUV 94.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 44 130 43 0.66 0 0.67 0.49 119.31 0.5 0.34
Hex 2C 82 2B 42 0 43 31 77 32 22
Octal 54 202 53 102 0 103 61 167 62 42
Binary 101100 10000010 101011 1000010 0 1000011 110001 1110111 110010 100010

Color Harmonies of #2C822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C822B

Black with #2C822B

Text Example


Text Example

White with #2C822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C822B; }

 p { color: rgb(44,130,43); }

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

background-color css

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

 a { background-color: rgb(44,130,43); }

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

border-color css

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

 span { border-color: rgb(44,130,43); }

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