#232A27

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

Shades of Cardin Green #232A27

Tints of Cardin Green #232A27

Color information

#232A27 (or 0x232A27) is unknown color: approx Cardin Green. HEX triplet: 23, 2A and 27. RGB value is (35,42,39). Sum of RGB (Red+Green+Blue) = 35+42+39=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 42 - color contains mainly: green. Hex color #232A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A27 is #DCD5D8. Grayscale: #272727. Windows color (decimal): -14472665 or 2566691. OLE color: 2566691.

HSL color Cylindrical-coordinate representation of color #232A27: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #232A27 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB354239-
CMYK0.1700.070.84
HSL154.29º9.09%15.1%-
HSV(B)154.29º16.67%16.47%-
XYZ1.892.162.24-
YUV39.56127.68124.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=30.17%
G=36.21%
B=33.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3542390.1700.070.84154.299.0915.1
Hex232A271107549a9f
Octal43524721071242321117
Binary10001110101010011110001011110101001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232A27; }

 p { color: rgb(35,42,39); }

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

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

 a { background-color: rgb(35,42,39); }

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

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

 span { border-color: rgb(35,42,39); }

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