Html Css Color HEX #2C8233 Japanese Laurel

📋 copy color: '#2C8233'

red 44 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #2C8233

Tints of Japanese Laurel #2C8233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 19.56%
G = 57.78%
B = 22.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#2C8233 (or 0x2C8233) is known color: Japanese Laurel. HEX triplet: 2C, 82 and 33. RGB value is (44,130,51). Sum of RGB (Red+Green+Blue) = 44+130+51=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8233 is #D37DCC. Grayscale: #5F5F5F. Windows color (decimal): -13860301 or 3375660. OLE color: 3375660.

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

Color convert

RGB 44 130 51 -
CMYK 0.66 0 0.61 0.49
HSL 124.88º 0.49% 0.34% -
HSV(B) 124.88º 0.66% 0.51% -
XYZ 9.62 16.74 5.86 -
YUV 95.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 44 130 51 0.66 0 0.61 0.49 124.88 0.49 0.34
Hex 2C 82 33 42 0 3D 31 7D 31 22
Octal 54 202 63 102 0 75 61 175 61 42
Binary 101100 10000010 110011 1000010 0 111101 110001 1111101 110001 100010

Color Harmonies of #2C8233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8233

Black with #2C8233

Text Example


Text Example

White with #2C8233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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