Html Css Color HEX #233A25 Gordons Green

📋 copy color: '#233A25'

red 35 ◦ green 58 ◦ blue 37

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

Shades of Gordons Green #233A25

Tints of Gordons Green #233A25

RGB

 RED value IS 35 (14.06% from 255) = 26.92%

 GREEN value IS 58 (23.05% from 255) = 44.62%

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 26.92%
G = 44.62%
B = 28.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#233A25 (or 0x233A25) is known color: Gordons Green. HEX triplet: 23, 3A and 25. RGB value is (35,58,37). Sum of RGB (Red+Green+Blue) = 35+58+37=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #233A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A25 is #DCC5DA. Grayscale: #303030. Windows color (decimal): -14468571 or 2439715. OLE color: 2439715.

HSL color Cylindrical-coordinate representation of color #233A25: hue angle of 125.22º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #233A25 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 58 37 -
CMYK 0.40 0 0.36 0.77
HSL 125.22º 0.25% 0.18% -
HSV(B) 125.22º 0.4% 0.23% -
XYZ 2.54 3.52 2.3 -
YUV 48.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 35 58 37 0.40 0 0.36 0.77 125.22 0.25 0.18
Hex 23 3A 25 28 0 24 4D 7D 19 12
Octal 43 72 45 50 0 44 115 175 31 22
Binary 100011 111010 100101 101000 0 100100 1001101 1111101 11001 10010

Color Harmonies of #233A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A25

Black with #233A25

Text Example


Text Example

White with #233A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233A25; }

 p { color: rgb(35,58,37); }

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

background-color css

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

 a { background-color: rgb(35,58,37); }

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

border-color css

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

 span { border-color: rgb(35,58,37); }

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