#242F2A

Color #242F2A Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #242F2A

Tints of Cardin Green #242F2A

Color information

#242F2A (or 0x242F2A) is unknown color: approx Cardin Green. HEX triplet: 24, 2F and 2A. RGB value is (36,47,42). Sum of RGB (Red+Green+Blue) = 36+47+42=125 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 47 - color contains mainly: green. Hex color #242F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F2A is #DBD0D5. Grayscale: #2B2B2B. Windows color (decimal): -14405846 or 2764580. OLE color: 2764580.

HSL color Cylindrical-coordinate representation of color #242F2A: hue angle of 152.73º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #242F2A is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB364742-
CMYK0.2300.110.82
HSL152.73º13.25%16.27%-
HSV(B)152.73º23.4%18.43%-
XYZ2.162.582.57-
YUV43.14127.36122.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.8%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=28.8%
G=37.6%
B=33.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3647420.2300.110.82152.7313.2516.27
Hex242F2A170B5299d10
Octal445752270131222311520
Binary1001001011111010101011101011101001010011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F2A; }

 p { color: rgb(36,47,42); }

 H1.HeaderClassName
 {
   color: #242F2A;
 }
 .AnyTagClassName
 {
   color: #242F2A;
 }
</style>
background-color css

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

 a { background-color: rgb(36,47,42); }

 div.DivClassName
 {
   background-color: #242F2A;
 }
 .BgClassName
 {
   background-color: #242F2A;
 }
</style>
border-color css

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

 span { border-color: rgb(36,47,42); }

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